ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CollectionViewBase<T> Class / CurrentPosition Property

In This Topic
    CurrentPosition Property (C1CollectionViewBase<T>)
    In This Topic
    Gets the current position.
    Syntax
    'Declaration
     
    Public ReadOnly Property CurrentPosition As System.Integer
    public System.int CurrentPosition {get;}
    See Also